<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*******css重置*******/



/******************************index-news******************************/
.index-news {
	background: url(../images/news-bg.jpg)center no-repeat;
	background-size: 100% 100%;
}

/***********新闻资讯-left************/
.id-news-left {
	float: left;
	width: 43%;
	margin-right: 4%;
	border-radius: 6px;
	display: block;
}

.id-news-left img {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 6px;
}

.id-news-box1 {
	background: #ffffff;
	display: block;
	border: 1px solid #d2d2d2;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0);
	margin-bottom: 10px;
}

.id-news1-top {
	overflow: hidden;
	padding: 10px 20px 10px 50px;
	background: url(../images/news-more1.png)15px center no-repeat;
}

.id-news1-top div,
.id-news1-top h1 {
	line-height: 45px;
	height: 45px;
	font-weight: 500;
}

.id-news1-tit {
	margin: 0;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	width: calc(100% - 90px);
}

.id-news1-time {
	font-size: 14px;
	color: #999;
	float: right;
	text-align: right;
	width: 80px;
}

.id-news1-txt {
	margin: 0;
	font-size: 14px;
	line-height: 26px;
	height: 75px;
	overflow: hidden;
	color: #666;
	display: none;
	text-align: justify;
	padding: 5px 20px 5px 10px;
	font-weight: 500;
	text-indent: 30px;
}

.id-news-box1-on .id-news1-top {
	background: url(../images/news-more2.png)15px center no-repeat;
	border-bottom: 1px solid #d2d2d2;
}

.id-news-box1-on {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	background: #ffffff;
}

.id-news-box1-on .id-news1-txt {
	display: block;
}

/***********新闻资讯-right************/
.id-news-cage {
	overflow: hidden;
	margin-bottom: 10px;
}

.id-news-cage h1 {
	font-size: 18px;
	line-height: 40px;
	color: #333333;
	float: left;
	margin: 0;
	font-weight: 500;
}

.id-news-cage a {
	font-size: 14px;
	line-height: 40px;
	display: block;
	float: right;
	text-align: right;
	color: #ce0405;
}

.id-news-right {
	float: left;
	width: 53%;
}

.id-news-box-all&gt;a:last-child {
	border-bottom: 1px solid #d2d2d2;
}

.id-news-box {
	display: block;
	border-top: 1px solid #d2d2d2;
}

.id-news-top {
	overflow: hidden;
}

.id-news-top div,
.id-news-top h1 {
	line-height: 50px;
	height: 50px;
	font-weight: 500;
}

.id-news-tit {
	margin: 0;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	width: calc(100% - 90px);
}

.id-news-time {
	font-size: 14px;
	color: #999;
	float: right;
	text-align: right;
	width: 80px;
}

.id-news-txt {
	margin: 0;
	font-size: 14px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #666;
	margin-bottom: 10px;
	display: none;
	text-align: justify;
	font-weight: 500;
	text-indent: 30px;
}

.id-news-txt-on {
	display: block;
}

.id-news-box:hover .id-news-tit {
	color: #333333;
}

.id-news-box:hover {
	border-color: #999999;
}

@media(max-width:1259px) {

	.id-news-top div,
	.id-news-top h1 {
		line-height: 48px;
		height: 48px;
	}

	.id-news-txt {
		height: 26px;
	}
}

@media(max-width:991px) {
	.id-news-left {
		clear: left;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 0.3125rem;
	}

	.id-news-right {
		clear: left;
		width: 98%;
		padding: 1%;
		background: #ffffff;
	}

	.id-news-txt {
		height: 3.25rem;
	}
}

@media(max-width:500px) {

	.id-news1-top div,
	.id-news1-top h1 {
		line-height: 2.5rem;
		height: 2.5rem;
	}
}

@media(max-width:400px) {
	.id-news1-top {
		padding: 0.625rem 0.625rem 0.625rem 2.5rem;
		background: url(../images/news-more1.png)10px center no-repeat;
	}

	.id-news-box1-on .id-news1-top {
		background: url(../images/news-more2.png)10px center no-repeat;
	}

	.id-news1-txt {
		padding: 0.4375rem;
		height: 4.375rem;
	}
}







/*******************************内页边距*******************************/
.page-in {
	padding: 60px 0;
}

@media(max-width:1259px) {
	.page-in {
		padding: 50px 0;
	}
}

@media(max-width:991px) {
	.page-in {
		padding: 40px 0;
	}
}

@media(max-width:767px) {
	.page-in {
		padding: 30px 0;
	}
}
</pre></body></html>